The base class of any Carbonite data access object (DAO). Carbonite DAOs translate persistence operations to and from a wide variety of data stores.

Namespace: Keystone.Carbonite
Assembly: Keystone.Carbonite (in Keystone.Carbonite.dll)

public abstract class BaseDao<TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters> : IBaseDao 
where TCarboniteController : BaseCarboniteController
This language is not supported or no code example is available.

Type Parameters

TDataContext

The data store context type.

TCarboniteController

The type of the carbonite controller that offers data store context.

TTransaction

The data store context transaction type.

TTransactionCreationParameters

The transaction creation parameters type.

Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 4.6

Others

Xamarin, Mono